feat: Add more top-level Stripe endpoints and unit tests #203
+113
−53
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for the following top-level Stripe API resources:
These endpoints have been integrated into the existing Stripe analytics source, configured for either incremental or full refresh data loading as appropriate.
Comprehensive unit tests have been added for these new endpoints and a selection of pre-existing top-level endpoints to ensure correct behavior and prevent regressions. The tests mock Stripe API calls and verify DLT resource creation and data handling.
Note: Initial exploration and implementation for nested Stripe resources were undertaken but subsequently reverted as per your request to focus this effort solely on top-level resources. The Type C (conceptual) endpoints from your list are covered by data within these top-level resources.